Game: Pong
Version: 1.1
Author: Jimsoft Software
Description: Bat and ball game, hit the ball past your opponents
bat.
Machine: TI-83

This is the second version of the game. Improvements are as
follows (there aren't many):
- Get to 21 points to win
- In-game instructions
- Play doesn't pause when someone wins a point

Keys:
[Right]: Move bat right
[Left]: Move bat left
[Mode]: Pauses
[Clear]: Quit

The CPU bat is programmed to follow the ball, not on where the
ball is going to go, but where the ball is at the present time.

Known bugs:
- Sometimes the ball goes through the walls, but the walls redraw
- Likewise, the ball goes part way through the user bat, but this
redraws as well
- Occasionally if the ball is hit to exactly the right spot, it
can get stuck on the left wall. Just move your bat as far left as
possible, and you should win the point.

I'm still to get rid of these bugs. I can fix the last one easily,
but gameplay will slow down a fraction of a second. The other
ones will only be fixed with a fair bit more code, so I won't fix
this yet, because the game's slow enough as it is. Look out for
a new version in assembly code soon!

If you have any comments or suggestions, send them to:
jimsoft@hotmail.com